/* 鐏忓繐鐫嗛獮鏇礄楠炶櫕婢橀敍灞姐亣娴滃海鐡戞禍锟� 768px閿涳拷 */
@media (max-width: 992px) {
    .banner-container {
        position: relative;
        /* overflow: hidden; */
        width: 100%;
        height: auto;
        text-align: center;
    }

    .banner-video {
        width: 100%;
        /* margin: 0 -50%; */
    }

    .banner-container {
        /* margin-top: 50px; */
    }

    .top-nav {
        height: 50px !important;
    }

    .logo {
        width: 200px !important;
        height: 40px !important;
        margin-top: -15px !important;
        left: 10px;
    }
}

/* 娑擃厾鐡戠仦蹇撶閿涘牊顢戦棃銏℃▔缁�鍝勬珤閿涘苯銇囨禍搴ｇ搼娴滐拷 992px閿涳拷 */
@media (min-width: 992px) {
    .banner-container {
        position: relative;
        overflow: hidden;
        width: 100vw;
        height: 100vh;
        text-align: center;
    }

    .banner-video {
        height: 100%;
        margin: 0 -50%;
    }
}


/* 鐎佃壈鍩呴弽锟� */
.top-nav-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background-color: #f6f6f6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    display: inline-block;
    transform: translateY(0%);
}

.headroom--unpinned {
    display: inline-block;
    transform: translateY(-100%);
}

.top-nav {
    position: relative;
    height: 80px;
}

.nav-bar {
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    line-height: 30px;
}

.xs-menus-container {
    float: right;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    
}

.xs-menus-container img {
    position: relative;
    width: 30px;
    height: 30px;
    animation: menusImg .5s;
}

.xs-menus {
    position: absolute;
    display: none;
    width: 100%;
    height: 0;
    left: 0;
    z-index: 999;
    top: 50px;
    background-color: #f3f3f3;
    padding: 0 20px;
    font-size: 12px;
}

.xs-menus ul {
    padding: 10px;
    list-style: none;
    z-index: 999;
}

.xs-menus ul li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;
}

.open-3menu {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 15px;
    height: 15px;
}

.open-3menu img {
    width: 15px !important;
    height: 15px !important;
    top: 5px !important;
    left: 0 !important;
}

.sub {
    display: none;
}

.xs-menus ul li img {
    float: left;
    /* display: inline-block; */
    opacity: 0.7;
    position: relative;
    left: 10px;
    top: 15px;
    width: 20px;
    height: 20px;
}

.xs-menus ul li a {
    display: inline-block;
    margin-left: 25px;
    height: 50px;
    color: #3d3d3d;
}

.xs-menus .submenu {
    display: none;
    padding: 0;
    padding-left: 20px;
}

.xs-menus .submenu ul li {
    height: 30px;
    line-height: 30px;
}

.xs-menus .submenu li a {
    margin: 0;
}

@keyframes menusImg {
    from {
        transform: rotate(0);

    }

    to {
        transform: rotate(360deg);
    }
}

.closeMenus {
    display: none;
}

.search-container {
    position: relative;
    left: -50px;
    width: 150px;
    height: 20px;
}

.search-input {
    display: inline-block;
    width: 170px;
    height: 24px;
    padding-left: 5px;
    padding-right: 20px;
    border-radius: 3px;
    behavior:url(/cms-chng-theme/js/PIE.htc);
    -ms-behavior:url(/cms-chng-theme/js/PIE.htc);
    border: 1px solid #d8d8d8;
}

.search {
    position: absolute;
    right: -15px;
    top: 5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    background-image: url(../../images/icon/search.png);
    background-repeat: no-repeat;
}

.quick-nav {
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #f6f6f6;
}

.quick-nav-dp {
    display: none;
    position: absolute;
    width: 260px;
    /* height: 300px; */
    right: 0;
    top: 25px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
}

.quick-nav-subdp {
    width: 100%;
    color: #666;
    padding: 10px 0;
    line-height: 30px;
    font-size: 0;
    border-bottom: 1px dashed #b9b9b9;
}

.quick-nav-subdp:last-child {
    border: none;
}

.quick-nav-subdp h5 {
    color: #0054a7;
    font-size: 1.4rem;
}

.quick-nav-subdp li {
    float: left;
    font-size: 1.4rem;
    width: 30%;
    margin: 0 !important;
}

.quick-nav-subdp li:hover {
    color: #0054a7;
}

.quick-nav:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -1px;
    background-color: #fff;
    width: 100%;
    height: 6px;
    z-index: 11;
    box-sizing: content-box;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.quick-nav:hover {
    background: #fff;
    margin-bottom: -10px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
}

.quick-nav:hover .quick-nav-dp {
    display: block;
}

.nav-bar ul li {
    position: relative;
    display: block;
    line-height: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    list-style: none;
    float: left;
}

.icon {
    width: 15px;
    height: 8px;
    background-size: contain;
    -ms-behavior: url(/cms-chng-theme/js/backgroundsize.min.htc);
    behavior: url(/cms-chng-theme/js/backgroundsize.min.htc);
    background-position: center;
    background-repeat: no-repeat;
}

.nav-bar ul li .icon-bottom {
    position: relative;
    top: 4px;
    right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/icon/select.png);
    margin-left: 10px;
    cursor: pointer;
}

.headroom--pinned .nav-bar ul li .icon-bottom {
    background-image: url(../../images/icon/select.png);
}

.nav-list .logo {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 315.5px;
    height: 45px;
    cursor: pointer;
    background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    -ms-behavior: url(/cms-chng-theme/js/backgroundsize.min.htc);
    behavior: url(/cms-chng-theme/js/backgroundsize.min.htc);
}

.headroom--pinned .nav-list .logo {
    background-image: url(../../images/logo.png);
}

.top-menus {
    position: absolute;
    /* width: 60%; */
    bottom: 2px;
    right: 0;
    height: 40px;
}

.top-menus a {
    display: inline-block;
    /* width: 90px; */
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
    text-align: center;
}

.top-menus ul {
    width: 100%;
    height: 100%;
    margin: 0;
}

.top-menus ul li {
    display: block;
    float: left;
    height: 100%;
    cursor: pointer;
}

.top-menus ul li+li {
    margin-left: 35px;
}

.top-menus ul li a {
    position: relative;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    margin-bottom:0px !important;
}


.top-menus .submenu {
    visibility: hidden;
    position: absolute;
    top: 38px;
    left: 0;
    width: auto;
    z-index: 100;
    transition-delay: 1s;
    overflow: hidden;
    transition-property: display;
    transition-duration: .5s;
}

.top-menus ul li:hover>.submenu,
.top-menus ul li.selected>.submenu {
    visibility: visible;
}

.top-menus ul li:hover .submenu-con {
    transform: translate(0);
}

.top-menus ul li a:hover,
.top-menus ul li a.selected {
    color: #0054a7;
}

.top-menus ul li a::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .3s;
    background-color: #0054A7;
}

.top-menus ul li a:hover::after {
    width: 100%;
    margin: 0 auto;
}

.submenu-con {
    position: relative;
    top: -2px;
    right: 2px;
    z-index: 10;
    padding: 10px 0 20px 0;
    transform: translateY(-100%);
    transition: all 0.5s ease 0s;
    background-color: #f3f3f3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
    overflow: hidden;
    margin-bottom:5px;
}

.submenu-left {
    position: absolute;
    float: left;
    height: 100%;
    width: 130px;
}

.submenu-left::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5px;
    margin-top: -150px;
    width: 1px;
    height: 300px;
    background-color: #cacaca;
}

.top-menus .submenu-left p {
    margin: 0;
    padding: 4px 30px;
    text-align: left;
}

.top-menus .submenu-left p a {
    text-align: left;
}

.submenu-detail {
    margin: 15px 30px 30px 170px;
    float: right;
    height: 100%;
}

.submenu-detail-content {
    margin: 0;
    padding: 0;
}

.submenu-detail-content p {
    margin: 10px 0;
    line-height: 25px;
}

.submenu-detail-content p img {
    position: relative;
    left: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.submenu-detail-title {
    font-weight: 500;
}

.submenu p a {
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
}

.submenu p:hover {
    background-color: #f3f3f3;
}

.submenu p:hover a {
    color: #0054a7;
}

.submenu-detail p {
    font-size: 18px;
    color: #000;
}

.submenu .submenu-img {
    height: 171px;
    width: 336px;
    margin-bottom: 30px;
    background-position: left;
}

.submenu .submenu-img.submenu1 {
    background-image: url(../../images/banner/slide-01.jpg);
}

.submenu .submenu-img.submenu2 {
    background-image: url(../../images/banner/slide-02.jpg);
}

.submenu .submenu-img.submenu3 {
    background-image: url(../../images/banner/slide-03.jpg);
}

.submenu .submenu-img.submenu4 {
    background-image: url(../../images/banner/slide-04.jpg);
}

.submenu .submenu-img.submenu5 {
    background-image: url(../../images/banner/slide-05.jpg);
}

.submenu .submenu-img.submenu6 {
    background-image: url(../../images/banner/slide-06.jpg);
}

.submenu .submenu-img.submenu7 {
    background-image: url(../../images/banner/slide-07.jpg);
}

.submenu .slogan {
    line-height: 28px;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}


/* 妫ｆ牠銆夌憴鍡涱暥 */
/* .banner-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    text-align: center;
} */

.banner {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/* .banner-video {
    height: 100%;
    margin: 0 -50%;
} */
